Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase PNG compression level #817

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Jun 13, 2024

This commit increases the compression level for when we encode PNG images. We do this for Llanfair files (Gered and original) were the images are uncompressed and also for when we encounter BMP images in LiveSplit files or we scale down images. Increasing the compression level doesn't seem to really take much more time, but has a decent impact on the size of the images.

This commit increases the compression level for when we encode PNG
images. We do this for Llanfair files (Gered and original) were the
images are uncompressed and also for when we encounter BMP images in
LiveSplit files or we scale down images. Increasing the compression
level doesn't seem to really take much more time, but has a decent
impact on the size of the images.
@CryZe CryZe added enhancement An improvement for livesplit-core. feature A new user visible feature for livesplit-core. performance Affects the performance of the code. labels Jun 13, 2024
@CryZe CryZe added this to the v0.14 milestone Jun 13, 2024
@CryZe CryZe force-pushed the stronger-png-compress branch 10 times, most recently from 689ac32 to d652b0e Compare June 14, 2024 18:52
@CryZe CryZe merged commit 7786111 into LiveSplit:master Jun 14, 2024
140 checks passed
@CryZe CryZe deleted the stronger-png-compress branch June 14, 2024 19:18
@CryZe CryZe mentioned this pull request Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement for livesplit-core. feature A new user visible feature for livesplit-core. performance Affects the performance of the code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant